home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / qmsstins.arc / WILDCAT!.SCR < prev   
Text File  |  1987-09-20  |  657b  |  20 lines

  1.      ;
  2.      ;  Logon Script for the WILDCAT! BBS system
  3.      ;
  4.      ;  This script is to be linked to your Phone Book entry(s)
  5.      ;  that run the Wildcat! BBS system.  It is also assumed that
  6.      ;  the password field for each entry has been completed so
  7.      ;  this script can be linked to multiple entries.
  8.      ;
  9.  
  10. Waitfor "Name? "              ;  Look for name prompt
  11.  
  12. Send    "John Friel{"         ;  Send your name and a CR
  13.  
  14. Waitfor "Password:"           ;  Wait for the Password prompt
  15.  
  16. Send    "$PASSWORD{"          ;  Sent the password stored in the
  17.                               ;   phone book for the dialed entry.
  18.  
  19. Return
  20.